character pointer meaning in Chinese
字符指示字
字符指针
Examples
- Bstr a 32 - bit character pointer
一个32位的字符型指针。 - Calculates the number of bytes produced by encoding a set of characters starting at the specified character pointer
计算对从指定的字符指针开始的一组字符进行编码时产生的字节数。 - When overridden in a derived class , calculates the number of bytes produced by encoding a set of characters starting at the specified character pointer
在派生类中重写时,计算对一组字符(从指定的字符指针处开始)进行编码所产生的字节数。 - Decodes a sequence of bytes starting at the specified byte pointer into a set of characters that are stored starting at the specified character pointer
将从指定的字节指针开始的一个字节序列解码为一组字符,并从指定的字符指针开始存储这组字符。 - Encodes a set of characters starting at the specified character pointer into a sequence of bytes that are stored starting at the specified byte pointer
将从指定的字符指针开始的一组字符编码为一个字节序列,并从指定的字节指针开始存储该字节序列。